DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.DataConnector.AdoNet Namespace / DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter> Class / Parameters Property

In This Topic
    Parameters Property (DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter>)
    In This Topic
    このコマンドのパラメータリスト。
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Parameters As C1DbParameterCollection
    public new C1DbParameterCollection Parameters {get;}
    See Also